We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfed36 commit 86dd544Copy full SHA for 86dd544
.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/setup-node@v4.0.2
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/setup-node@v4.0.2
69
70
- node-version: 14
71
72
73
# GET TAG NAME
0 commit comments