Skip to content

Commit 6dd0e8c

Browse files
ocshawnShawn O'Connor
andauthored
update git workflows node version, remove automated npm update (#55)
Co-authored-by: Shawn O'Connor <[email protected]>
1 parent 496e95e commit 6dd0e8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- uses: actions/setup-node@v3.4.1
8+
- uses: actions/setup-node@v4.1.0
99
with:
10-
node-version: 20.11.0
11-
- name: install npm version
12-
run: npm install -g npm
10+
node-version: 20.17.0
1311
- name: Get Version
1412
run: npm -v
1513
- name: Install modules

0 commit comments

Comments
 (0)