Skip to content

Commit 2149695

Browse files
committed
Update GitHub actions and node version as new wrangler requres node 20
Signed-off-by: Alexander Borsuk <me@alex.bio>
1 parent 771491d commit 2149695

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Install Node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 20
2323

2424
- name: Dependencies
2525
run: npm ci

.github/workflows/deploy-master-to-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: wrangler publish
13-
uses: cloudflare/wrangler-action@2.0.0
13+
uses: cloudflare/wrangler-action@v3
1414
with:
1515
apiToken: ${{ secrets.CF_API_TOKEN }}
1616
environment: omaps

0 commit comments

Comments
 (0)