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 d6abddb commit 3214487Copy full SHA for 3214487
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v4
13
- name: Setup NodeJS ${{ matrix.node-version }}
14
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
15
with:
16
node-version: ${{ matrix.node-version }}
17
cache: 'npm'
@@ -41,7 +41,7 @@ jobs:
41
git config user.email "[email protected]"
42
git config user.name "Sclable CI"
43
- name: Setup NodeJS
44
45
46
node-version: '18'
47
0 commit comments