Skip to content

Commit 6ca4dd7

Browse files
authored
Update Node.js version to 21.x (#45)
1 parent f84c066 commit 6ca4dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 18.x
20+
node-version: 21.x
2121
- run: npm install
2222
- run: xvfb-run -a npm test
2323
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)