Skip to content

Commit f9f264a

Browse files
committed
Remove warnings from CI
1 parent 8b48567 commit f9f264a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
node-version: [ 14.x, 16.x, 18.x ]
18+
node-version: [ 16.x, 18.x, 20.x ]
1919
os: [ windows-latest, ubuntu-latest, macOS-latest ]
2020

2121
# Go
2222
steps:
2323

2424
- name: Check out repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Set up Node.js
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
registry-url: https://registry.npmjs.org/
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v3
6666

6767
- name: Set up Node.js
68-
uses: actions/setup-node@v3
68+
uses: actions/setup-node@v4
6969
with:
7070
node-version: 18
7171
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)