Skip to content

Commit 74fdcd1

Browse files
committed
ci: update github actions, Node.js 12 actions are deprecated
1 parent 13c60e9 commit 74fdcd1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
timeout-minutes: 10
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v3
2323
with:
24-
node-version: '14'
24+
node-version: '16'
2525

2626
- name: Install Node.js package dependencies
2727
run: npm install

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v3
1919
with:
20-
node-version: '14'
20+
node-version: '16'
2121
registry-url: 'https://registry.npmjs.org'
2222
always-auth : true
2323

0 commit comments

Comments
 (0)