Skip to content

Commit ab8a042

Browse files
committed
adjusted checkout v
1 parent a30a940 commit ab8a042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/buildandtestval.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@v3
24+
uses: actions/checkout@v4
2525
with:
26-
node-version: '16' # or your preferred Node.js version
26+
node-version: 'latest' # or your preferred Node.js version
2727

2828
- name: Install dependencies
2929
run: npm install

0 commit comments

Comments
 (0)