Skip to content

Commit 47c64e3

Browse files
committed
update node-version variable to use 22 instead of 16(?)
1 parent 4220015 commit 47c64e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js and Yarn
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '16'
20+
node-version: '22'
2121
cache: 'yarn'
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)