Skip to content

Commit

Permalink
[CMS-549] Update to node 16, github actions checkout v4, and update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
samgranieri committed Jul 25, 2024
1 parent 5a201c1 commit b58bafd
Show file tree
Hide file tree
Showing 3 changed files with 6,422 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
javascript_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 10.22.1
nodejs 16.17.1
ruby 2.6.10
Loading

0 comments on commit b58bafd

Please sign in to comment.