Skip to content

Commit 16d18b8

Browse files
authored
Merge pull request #325 from GovAlta/alpha
Production Release v2 - March 20 / 2025
2 parents 5d6663e + 8a9be2b commit 16d18b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fetch-depth: 0
1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "18"
22-
- uses: actions/cache@v2
21+
node-version: "22"
22+
- uses: actions/cache@v4
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)