We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b48567 commit f9f264aCopy full SHA for f9f264a
1 file changed
.github/workflows/build.yml
@@ -15,17 +15,17 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- node-version: [ 14.x, 16.x, 18.x ]
+ node-version: [ 16.x, 18.x, 20.x ]
19
os: [ windows-latest, ubuntu-latest, macOS-latest ]
20
21
# Go
22
steps:
23
24
- name: Check out repo
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
- name: Set up Node.js
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
29
with:
30
node-version: ${{ matrix.node-version }}
31
registry-url: https://registry.npmjs.org/
@@ -65,7 +65,7 @@ jobs:
65
uses: actions/checkout@v3
66
67
68
69
70
node-version: 18
71
0 commit comments