File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- name : Use Node.js
11
11
uses : actions/setup-node@v4
12
12
with :
13
- node-version : 20
13
+ node-version : 22
14
14
cache : npm
15
15
- run : npm install
16
16
- run : npm run build
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
publish-npm :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- uses : actions/setup-node@v4
17
17
with :
18
- node-version : 20
18
+ node-version : 22
19
19
registry-url : https://registry.npmjs.org/
20
20
cache : npm
21
21
- run : npm ci
Original file line number Diff line number Diff line change 1
- import pkg from './package.json' assert { type : 'json '}
1
+ import pkg from './package.json' with { type : 'json' }
2
2
3
3
export default {
4
4
input : 'dist/index.js' ,
You can’t perform that action at this time.
0 commit comments