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 6670e04 commit 784e5aeCopy full SHA for 784e5ae
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
with:
17
node-version: lts/*
18
cache: npm
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
node-version: 18
@@ -22,7 +22,7 @@ jobs:
22
if: github.event_name == 'push'
23
24
25
26
27
28
0 commit comments