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 bf75e4d commit 8c74b9bCopy full SHA for 8c74b9b
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v3
25
26
- name: ⎔ Setup Node
27
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
28
with:
29
node-version: 18
30
@@ -65,7 +65,7 @@ jobs:
65
66
67
- name: ⎔ Setup Node v${{ matrix.node }}
68
69
70
cache: npm
71
node-version: ${{ matrix.node }}
@@ -95,7 +95,7 @@ jobs:
95
96
97
- name: ⎔ Setup node
98
99
100
101
0 commit comments