Skip to content

Commit a4903a5

Browse files
committed
deps(ci): update actions to v4 and node to 20
1 parent 3d9f7c3 commit a4903a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
branches: [master]
88

99
env:
10-
NODE_VERSION: 16
10+
NODE_VERSION: 20
1111

1212
jobs:
1313
test:
1414
name: Test
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: prettier --version
2020
uses: ./
2121
with:
@@ -37,9 +37,9 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
- name: Setup Node.js ${{ env.NODE_VERSION }}
42-
uses: actions/setup-node@v3
42+
uses: actions/setup-node@v4
4343
with:
4444
node-version: ${{ env.NODE_VERSION }}
4545
cache: yarn

0 commit comments

Comments
 (0)