Skip to content

Commit d24bd60

Browse files
committed
fixup! upgrade node versions
1 parent 74b1878 commit d24bd60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/filestash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
environment: filestash
1515
env:
16-
NODE_VERSION: 20.x
16+
NODE_VERSION: 22.x
1717
name: Update Filestash
1818
steps:
1919
- name: Checkout

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
env:
15-
NODE_VERSION: 20.x
15+
NODE_VERSION: 22.x
1616

1717
jobs:
1818
build-and-test:

0 commit comments

Comments
 (0)