Skip to content

Commit d5ca880

Browse files
authored
ci: update workflows (#159)
1 parent 0705e4f commit d5ca880

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
19-
- name: Use Node.js 16.x
20-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag: v3.6.0
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
19+
- name: Setup Node.js
20+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1
2121
with:
22-
node-version: 16.x
22+
node-version: 20.x
2323
- name: Lint
2424
run: |
2525
npm install

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
build:
1616
runs-on: macOS-latest
1717
steps:
18-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
19-
- name: Use Node.js 16.x
20-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag: v3.6.0
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
19+
- name: Setup Node.js
20+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1
2121
with:
22-
node-version: 16.x
22+
node-version: 20.x
2323
- name: npm install, build, and test
2424
run: |
2525
npm install

0 commit comments

Comments
 (0)