Skip to content
Prev Previous commit
Next Next commit
fixup! upgrade node versions
  • Loading branch information
timmywil committed Dec 31, 2024
commit d24bd60df16ba58af97847be73463303d1b1a90f
2 changes: 1 addition & 1 deletion .github/workflows/filestash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment: filestash
env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x
name: Update Filestash
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: read

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x

jobs:
build-and-test:
Expand Down