Skip to content

Commit fdabf1d

Browse files
committed
Node 20 for GitHub actions
1 parent 37f22d0 commit fdabf1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Use Node.js
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v4
1414
with:
15-
node-version: '15'
15+
node-version: '20'
1616
- run: npm install
1717
- run: npm test

0 commit comments

Comments
 (0)