We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f30f7fd + 491d3ef commit ac53229Copy full SHA for ac53229
.github/workflows/continuous-integration.yml
@@ -8,9 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
- name: Cache the node_modules dir
13
- uses: actions/cache@v3
+ uses: actions/cache@v4
14
with:
15
path: node_modules
16
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock') }}
.github/workflows/npm-publish.yml
- name: Setup Nodejs
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
node-version: '16'
registry-url: 'https://registry.npmjs.org'
0 commit comments