We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffa76f commit a9a877fCopy full SHA for a9a877f
2 files changed
.github/workflows/nodejs.yml
@@ -11,10 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
- - name: Use Node.js 16.x
15
- uses: actions/setup-node@v3
+ - uses: actions/setup-node@v3
16
with:
17
- node-version: 16.x
+ node-version: 22.x
18
cache: "npm"
19
- run: npm ci
20
- run: npm run lint
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- node-version: "18.x"
+ node-version: "22.x"
- name: Install dependencies
run: npm ci
0 commit comments