Skip to content

Commit 29cdd74

Browse files
committed
chore: Update to Node.js 22
1 parent b9bc124 commit 29cdd74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.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
strategy:
1515
matrix:
16-
node-version: ['18']
16+
node-version: ['22']
1717
region: [eu-west-1, us-east-1, us-west-2]
1818
env:
1919
LOG_LEVEL: info # debug | info | notice | warning | error

.github/workflows/sandbox.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
strategy:
1515
matrix:
16-
node-version: ['18']
16+
node-version: ['22']
1717
#region: [eu-west-1, us-east-1, us-west-2]
1818
region: [eu-west-1]
1919
env:

0 commit comments

Comments
 (0)