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 771a767 commit acbdfadCopy full SHA for acbdfad
.github/workflows/ci.yml
@@ -7,10 +7,10 @@ jobs:
7
steps:
8
- uses: actions/checkout@v4
9
10
- - name: Use Node.js 16
+ - name: Use Node.js 20
11
uses: actions/[email protected]
12
with:
13
- node-version: 16
+ node-version: 20
14
registry-url: https://npm.pkg.github.com/
15
- run: npm ci
16
- name: Code Linting
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
# SETUP NODE
68
- uses: actions/[email protected]
69
70
- node-version: 22.11.0
71
72
73
# GET TAG NAME
0 commit comments