Skip to content

Commit b8b44be

Browse files
authored
Update Github Actions snippet regarding extension CI
Update actions to latest version. Node version updated to a supported one. Could also be 20.x
1 parent 7cd674a commit b8b44be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/working-with-extensions/continuous-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ jobs:
143143
runs-on: $\{{ matrix.os }}
144144
steps:
145145
- name: Checkout
146-
uses: actions/checkout@v3
146+
uses: actions/checkout@v4
147147
- name: Install Node.js
148-
uses: actions/setup-node@v3
148+
uses: actions/setup-node@v4
149149
with:
150-
node-version: 16.x
150+
node-version: 18.x
151151
- run: npm install
152152
- run: xvfb-run -a npm test
153153
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)