Commit c3fed45 1 parent 773788f commit c3fed45 Copy full SHA for c3fed45
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM node:18 -buster-slim
1
+ FROM node:20 -buster-slim
2
2
3
3
# Prefer node package manager that more efficient
4
4
RUN npm i -g pnpm
Original file line number Diff line number Diff line change 1
- FROM node:18 -buster-slim
1
+ FROM node:20 -buster-slim
2
2
3
3
# Prefer node package manager that more efficient
4
4
RUN npm i -g pnpm
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
timeout-minutes : 6 # Usually this will be finish under 6 minutes
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : ⚙ Setup Node.js
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@v4
24
24
with :
25
25
node-version : 16
26
26
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
timeout-minutes : 6 # Usually this will be finish under 6 minutes
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : ⚙ Setup Node.js
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : 16
27
27
registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments