Skip to content

Commit ca53b0c

Browse files
authored
Update github actions to node 20 (#61)
1 parent 12c560c commit ca53b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "setting up npm"
3131
uses: actions/setup-node@v2
3232
with:
33-
node-version: '16.x'
33+
node-version: '20.x'
3434

3535
###############
3636
# NPM CHECKS

0 commit comments

Comments
 (0)