Skip to content

Commit e1a70dc

Browse files
committed
chore(build): update pull workflow to node 22
1 parent f6ed907 commit e1a70dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [14, 16]
9+
node-version: 22
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Setup Node.js ${{ matrix.node-version }}
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v2
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- name: Cache node modules

0 commit comments

Comments
 (0)