Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Oct 20, 2023
1 parent 3b3bbc3 commit 98ffe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ckg-site_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # or whatever version you prefer
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 98ffe11

Please sign in to comment.