Skip to content

Commit

Permalink
chore: bump actions versions (#149)
Browse files Browse the repository at this point in the history
* chore: bump actions versions

Signed-off-by: Michael Crenshaw <[email protected]>

* remove temp test branch

Signed-off-by: Michael Crenshaw <[email protected]>

* update nvmrc

Signed-off-by: Michael Crenshaw <[email protected]>

---------

Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev authored Jun 4, 2024
1 parent 8749d3d commit 5a063f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 19.x
uses: actions/setup-node@v1
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 19.x
- uses: actions/cache@v1
node-version: 22.x
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: node_modules
key: ${{ runner.os }}-go-dep-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.22.1
v22.2.0

0 comments on commit 5a063f7

Please sign in to comment.