We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416b6be commit 7659a78Copy full SHA for 7659a78
2 files changed
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-go@v4
21
with:
22
go-version: '1.18'
23
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
24
25
node-version-file: .node-version
26
registry-url: 'https://npm.pkg.github.com'
.github/workflows/eslint.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
14
15
node-version: '18.13'
16
cache: npm
0 commit comments