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.
1 parent f70cc88 commit bd3ee52Copy full SHA for bd3ee52
.github/workflows/release.yml
@@ -6,11 +6,11 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
# Setup .npmrc file to publish to npm
11
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
12
with:
13
- node-version: '14.x'
+ node-version: '22.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm install
16
- run: npm test
0 commit comments