Skip to content

Commit 592fcad

Browse files
committed
Update GitHub Actions workflow - Switch to main branch and upgrade to v4 actions
1 parent 58d0c09 commit 592fcad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build and Deploy
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: '22'
1919

0 commit comments

Comments
 (0)