Skip to content

Commit 7633955

Browse files
authored
chore: update node version
* Update action.yml * Update test.yml * Update test.yml * Update package.json
1 parent cf8b265 commit 7633955

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: [push, pull_request]
55
jobs:
66
setup:
77
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
node-version: [16.16.0]
811
steps:
912
- name: checkout
1013
uses: actions/checkout@main

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ outputs:
3636
description: CI result
3737

3838
runs:
39-
using: 'node12'
39+
using: 'node16'
4040
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@typescript-eslint/parser": "^4.15.2",
3131
"@umijs/fabric": "^2.5.6",
32-
"@vercel/ncc": "^0.27.0",
32+
"@vercel/ncc": "0.34.0",
3333
"eslint": "^7.14.0",
3434
"eslint-plugin-github": "^4.1.1",
3535
"eslint-plugin-simple-import-sort": "^7.0.0",

0 commit comments

Comments
 (0)