Skip to content

Commit 2aedb50

Browse files
Upgrade versions on GH actions config file
1 parent ef3dcac commit 2aedb50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ jobs:
99
build:
1010
name: 'Run tests'
1111
runs-on: ubuntu-latest
12-
container: node:9.4.0
12+
container: node:latest
1313
defaults:
1414
run:
1515
working-directory: ./vpos/checkout/javascript
1616

1717
timeout-minutes: 10
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- run: yarn install --frozen-lockfile
2222
- run: yarn test
23-

0 commit comments

Comments
 (0)