Skip to content

Commit a6684e2

Browse files
committed
debian update on workflow
1 parent 76dafbb commit a6684e2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,14 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
container:
10-
image: debian:buster
9+
container:
10+
image: node:22-bookworm
1111

1212
strategy:
1313
matrix:
1414
node-version: [22.x]
1515

1616
steps:
17-
# Install essential packages first
18-
- name: Install essential packages
19-
run: |
20-
apt-get update
21-
apt-get install -y git curl
22-
2317
- uses: actions/checkout@v4
2418
with:
2519
persist-credentials: false

0 commit comments

Comments
 (0)