Skip to content

Commit

Permalink
update node and deps
Browse files Browse the repository at this point in the history
* update checkout action
* use node 20 to build action
  • Loading branch information
garygrossgarten committed Jul 11, 2024
1 parent deaa1cb commit 5f9ae47
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scp-example-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
LOCAL: test
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup demo
run: |
mkdir test
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.12.1
373 changes: 247 additions & 126 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f9ae47

Please sign in to comment.